PageRange

interface PageRange

A page range to be printed.

Since

7.13

Functions

Link copied to clipboard
open fun from(): Int
Returns the number of the first page within the range.
Link copied to clipboard
open fun of(from: Int, to: Int): PageRange
Creates a new page range instance.
Link copied to clipboard
open fun to(): Int
Returns the number of the last page within the range.